From 78fdb3afd29fb8f4a679583e428966a4045d2430 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Fri, 28 Apr 2006 14:47:42 +0100 Subject: [PATCH] Makefile changes for xen/ia64 with dom0 vp model needs. xenLinux/ia64 with dom0 vp model needs arch/i386/kernel/swiotlb.o Signed-off-by: Isaku Yamahata --- linux-2.6-xen-sparse/lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6-xen-sparse/lib/Makefile b/linux-2.6-xen-sparse/lib/Makefile index 21cf76f4e4..44c3323e11 100644 --- a/linux-2.6-xen-sparse/lib/Makefile +++ b/linux-2.6-xen-sparse/lib/Makefile @@ -45,7 +45,7 @@ obj-$(CONFIG_TEXTSEARCH_BM) += ts_bm.o obj-$(CONFIG_TEXTSEARCH_FSM) += ts_fsm.o obj-$(CONFIG_SWIOTLB) += swiotlb.o -ifneq ($(CONFIG_IA64),y) +ifneq ($(CONFIG_IA64)$(CONFIG_XEN_IA64_DOM0_VP),yn) swiotlb-$(CONFIG_XEN) := ../arch/i386/kernel/swiotlb.o endif -- 2.30.2